[__GNUC__ >= 2]: Don't include alloca.h.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 07:32:23 +0000 (07:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 07:32:23 +0000 (07:32 +0000)
src/m/sparc.h

index 7e4a6801f9a3aa4384c7b04b113b9f93007dfaab..392189a9f5e4162af899e772fb9e52fc4949294b 100644 (file)
@@ -81,7 +81,9 @@ NOTE-END  */
    in the file alloca.s should be used.  */
 
 #define HAVE_ALLOCA
+#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly.  */
 #include <alloca.h>
+#endif
 
 /* Must use the system's termcap, if we use any termcap.
    It does special things.  */